home *** CD-ROM | disk | FTP | other *** search
/ All About the French Know-How at E3 2000 (USA) / All About the French Know-How at E3 2000 (USA).bin / Data / 15012 / freestyledub2.exe / scripts / DefineButton2_191 / BUTTONCONDACTION on(release).as
Text File  |  1999-12-16  |  117b  |  8 lines

  1. on(release){
  2.    tellTarget("_level0/cGroupe/insecthome")
  3.    {
  4.       gotoAndStop("quit");
  5.       play();
  6.    }
  7. }
  8.